The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "html::formfu"

HTML::FormFu - HTML Form Creation, Rendering and Validation Framework River stage two • 13 direct dependents • 25 total dependents

HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). You can configure almost any part of fo...

CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC - Search in distribution

HTML::FormFu::ExtJS River stage one • 1 direct dependent • 3 total dependents

This module allows you to render ExtJS forms without changing your HTML::FormFu config file. use HTML::FormFu::ExtJS; my $form = new HTML::FormFu::ExtJS; $form->load_config_file('forms/config.yml'); print $form->render; HTML::FormFu::ExtJS subclasses...

PERLER/HTML-FormFu-ExtJS-0.090 - 04 Apr 2011 09:47:27 UTC - Search in distribution

HTML::FormFu::Imager - Imager.pm helpers for HTML::FormFu file uploads River stage zero No dependents

HTML::FormFu::Inflator::Imager - inflate file uploads to Imager objects. HTML::FormFu::Transformer::Imager - perform image transformations, such as scale, crop and rotate. HTML::FormFu::Validator::Imager::Size - ensure the image doesn't exceed a give...

CFRANKS/HTML-FormFu-Imager-1.00 - 16 Dec 2013 11:04:12 UTC - Search in distribution

HTML::FormFu::Library - Library of precompiled HTML::FormFu forms River stage zero No dependents

"HTML::FormFu::Library" is a module for managing HTML::FormFu forms in a persistent environment, and is meant to be used in conjunction with Catalyst::Model::FormFu. It is constructed with a list of populated form objects, and returns clones of these...

PSHANGOV/Catalyst-Model-FormFu-0.004 - 24 Aug 2011 10:08:57 UTC - Search in distribution

HTML::FormFu::MultiForm - Handle multi-page/stage forms with FormFu River stage one • 1 direct dependent • 9 total dependents

For now, see test files in Catalyst::Controller::HTML::FormFu for examples....

NIGELM/HTML-FormFu-MultiForm-1.03 - 25 Jul 2017 08:44:24 UTC - Search in distribution

HTML::FormFu::TauStation River stage zero No dependents

HTML::FormFu modules for working with GCT (Galactic Time Coordinated) datetimes and durations from the online game Tau Station <https://taustation.space>....

CFRANKS/HTML-FormFu-TauStation-1.182322 - 20 Aug 2018 11:57:36 UTC - Search in distribution

HTML::FormFu::Model::DBIC - Integrate HTML::FormFu with DBIx::Class River stage one • 3 direct dependents • 5 total dependents

CFRANKS/HTML-FormFu-Model-DBIC-2.03 - 09 Apr 2018 22:07:55 UTC - Search in distribution

Catalyst::Model::HTML::FormFu - FormFu In Your Model (Deprecated) River stage zero No dependents

*** WARNING *** This module has been deprecated. Please consider using Catalyst::Controller::HTML::FormFu instead. *************** Catalyst::Model::HTML::FormFu allows you to use HTML::FormFu from your Catalyst model, fully with caching and support f...

DMAKI/Catalyst-Model-HTML-FormFu-1.00001 - 22 Jan 2009 22:01:06 UTC - Search in distribution

Catalyst::Helper::HTML::FormFu River stage one • 3 direct dependents • 8 total dependents

As of version 0.02000, HTML::FormFu doesn't use the TT template files by default - it uses in internal rendering engine. If you don't want to customise the generated markup, you don't need to use Catalyst::Helper::HTML::FormFu at all. If you want to ...

NIGELM/Catalyst-Controller-HTML-FormFu-2.04 - 20 Apr 2018 11:27:11 UTC - Search in distribution

HTML::FormFu::Element::reCAPTCHA - "Are you human" tester! River stage one • 1 direct dependent • 2 total dependents

A wrapper around Captcha::reCAPTCHA. The reCAPTCHA fields aren't added to the form as "real" FormFu fields - so the values are never available via params, etc. You can check that the reCAPTCHA verified correctly, by the usual methods: "submitted_and_...

CFRANKS/HTML-FormFu-Element-reCAPTCHA-1.00 - 16 Dec 2013 10:52:01 UTC - Search in distribution

HTML::FormFu::Filter::Demoroniser - Filter Microsoft "smart" characters River stage zero No dependents

As a user fills out a form, they may copy and paste data from Micrsoft Word. In doing so, they might inadvertently copy Microsoft "smart" characters (fancy quotation marks, for example) into the field. This module aims to help clean up that data in f...

BRICAS/HTML-FormFu-Filter-Demoroniser-0.02 - 24 May 2011 01:40:29 UTC - Search in distribution

HTML::FormFu::Role::JQueryValidation - Client-side JS constraints River stage zero No dependents

Experimental support for client-side constraints with JQuery Validation <http://jqueryvalidation.org>....

CFRANKS/HTML-FormFu-Role-JQueryValidation-1.01 - 18 Dec 2013 15:21:40 UTC - Search in distribution

DBIx::Class::HTML::FormFu - DEPRECATED - use HTML::FormFu::Model::DBIC instead River stage zero No dependents

CFRANKS/DBIx-Class-HTML-FormFu-0.01005 - 19 Jun 2008 13:53:11 UTC - Search in distribution

Valiant - Object validation inspired by Ruby on Rails and more. River stage zero No dependents

Domain level validations for Moo or Moose classes and related capabilities such as attribute filtering and internationalization. Provides a domain specific language which allows you to defined for a given class what a valid state for an instance of t...

JJNAPIORK/Valiant-0.002003 - 04 Oct 2023 17:28:16 UTC - Search in distribution

FormValidator::Lite - lightweight form validation library River stage two • 6 direct dependents • 10 total dependents

FormValidator::Lite is a simple, fast implementation for form validation. IT'S IN BETA QUALITY. API MAY CHANGE IN THE FUTURE....

SYOHEX/FormValidator-Lite-0.41 - 14 Aug 2021 12:06:59 UTC - Search in distribution

Catalyst::View::ByCode - Templating using pure Perl code River stage zero No dependents

"Catalyst::View::ByCode" tries to offer an efficient, fast and robust solution for generating HTML and XHTML markup using standard perl code encapsulating all nesting into code blocks. Instead of typing opening and closing HTML-Tags we simply call a ...

WKI/Catalyst-View-ByCode-0.28 - 07 Jun 2015 14:18:43 UTC - Search in distribution

Spark::Form::FAQ - Frequently Asked Questions about Spark::Form River stage one • 2 direct dependents • 2 total dependents

KENTNL/Spark-Form-0.2102 - 13 Sep 2009 21:51:51 UTC - Search in distribution

HTML::Shakan - Form HTML generator/validator River stage one • 1 direct dependent • 5 total dependents

HTML::Shakan is yet another form generator. THIS IS BETA.API WILL CHANGE....

SONGMU/HTML-Shakan-2.10 - 25 Apr 2017 07:38:49 UTC - Search in distribution

Catalyst::Manual::Tutorial::01_Intro - Catalyst Tutorial - Chapter 1: Introduction River stage two • 2 direct dependents • 11 total dependents

This tutorial provides a multi-part introduction to the Catalyst Web Framework. It seeks to provide a rapid overview of many of its most commonly used features. The focus is on the real-world best practices required in the construction of nearly all ...

ETHER/Catalyst-Manual-5.9013 - 22 Mar 2024 21:01:26 UTC - Search in distribution
29 results (0.047 seconds)